home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / DTS Sample Code / Macintosh Sample Code / Monthly Releases (Compressed) / MacDTS.Sample.Code.89.06.sit / SC.002.TESample / Makefile < prev    next >
Encoding:
Makefile  |  1989-06-01  |  3.1 KB  |  3 lines  |  [TEXT/MPS ]

  1. MakefileTEXTMPS 
  2. p~†´E䆴EäÅÅ)È#
  3. #    Apple Macintosh Developer Technical Support
  4. #
  5. #    MultiFinder-Aware Simple TextEdit Sample Application
  6. #
  7. #    TESample
  8. #
  9. #    CTESample.make    -    Make Source
  10. #
  11. #    Copyright © 1989 Apple Computer, Inc.
  12. #    All rights reserved.
  13. #
  14. #    Versions:    
  15. #                1.00                08/88
  16. #                1.01                11/88
  17. #                1.02                04/89
  18. #                1.03                06/89
  19. #
  20. #    Components:
  21. #                TESample.p            June 1, 1989
  22. #                TESample.c            June 1, 1989
  23. #                TESampleGlue.a        June 1, 1989    -MPW only-
  24. #                TESample.r            June 1, 1989
  25. #                TESample.h            June 1, 1989
  26. #                PTESample.make        June 1, 1989    -MPW only-
  27. #                CTESample.make        June 1, 1989    -MPW only-
  28. #                TESampleGlue.s        June 1, 1989    -A/UX only-
  29. #                TESampleAUX.r        June 1, 1989    -A/UX only-
  30. #                Makefile            June 1, 1989    -A/UX only-
  31. #
  32. #    TESample is an example application that demonstrates how 
  33. #    to initialize the commonly used toolbox managers, operate 
  34. #    successfully under MultiFinder, handle desk accessories and 
  35. #    create, grow, and zoom windows. The fundamental TextEdit 
  36. #    toolbox calls and TextEdit autoscroll are demonstrated. It 
  37. #    also shows how to create and maintain scrollbar controls.
  38. #
  39. #    It does not by any means demonstrate all the techniques you 
  40. #    need for a large application. In particular, Sample does not 
  41. #    cover exception handling, multiple windows/documents, 
  42. #    sophisticated memory management, printing, or undo. All of 
  43. #    these are vital parts of a normal full-sized application.
  44. #
  45. #    This application is an example of the form of a Macintosh 
  46. #    application; it is NOT a template. It is NOT intended to be 
  47. #    used as a foundation for the next world-class, best-selling, 
  48. #    600K application. A stick figure drawing of the human body may 
  49. #    be a good example of the form for a painting, but that does not 
  50. #    mean it should be used as the basis for the next Mona Lisa.
  51. #
  52. #    We recommend that you review this program or Sample before 
  53. #    beginning a new application. Sample is a simple app. which doesn't 
  54. #    use TextEdit or the Control Manager.
  55. #
  56.  
  57. SHELL =        /bin/sh
  58. CFLAGS =    -I/usr/include/mac -B /usr/lib/big/ -g
  59. REZ =        /usr/toolboxbin/rez -i /usr/lib/mac/rincludes -d AUX
  60.  
  61. # The next entry builds the "TESample" program.  Note that this application
  62. # consists of two files, "TESample" and "%TESample".  Both of these files
  63. # must reside in the same directory when TESample is run.  
  64.  
  65. TESample:    TESample.o TESampleGlue.o %TESample
  66.         ld /usr/lib/maccrt0.o -o TESample TESample.o TESampleGlue.o \
  67.         /usr/lib/low.o -lmac -lat -lc /usr/lib/low.ld
  68.  
  69. TESample.o:    TESample.c
  70.         cc ${CFLAGS} -DAUX -c TESample.c
  71.  
  72. TESampleGlue.o:    TESampleGlue.s
  73.         as -o TESampleGlue.o TESampleGlue.s
  74.  
  75. %TESample:    TESample.r TESampleAUX.r
  76.         ${REZ} TESample.r
  77.         mv %Rez.out %TESample
  78.         rm -f Rez.out
  79. LL2osh Developer Technical Support
  80. Makefilek†°à¶~ample.make    -    Make Source
  81. #
  82. #    Copyright ) 1988 Apple Computer, Inc.
  83. #    All rights reserved.
  84. #
  85. #    Versions:    1.0                    08/88
  86. #                1.01            H    MonacoultiFinder-Aware Simple T'fl0d›=†ü}LL2ÑZ2MPSR
  87. Ìˇˇ